vcStatisticsSeries
vcStatisticsSeries is object for source of data reported in a chart.
See in: Overview
Module: vcCore
Parent: vcObject
Children -
Referenced by: vcStatisticsChart.createSeries()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Colors | list | RW | Gets or sets the colors of series as a list of vcVector.See moreFor example, data collected from different components should be color - coded to differentiate their data in chart. Exceptions: ValueError: When the list contains an invalid value. |
| Components | list | RW | Gets or sets the components the series collects data from during a simulation. In order to collect data, a listed component must have Property."; Exceptions: ValueError: When the list contains an invalid value. |
| Expression | String | R | Gets the expression of the series. |
| Name | String | RW | Gets or sets the name of series. |
| ParentChart | vcStatisticsChart | R | Gets the parent chart of series. |
| Property | vcProperty | RW | Gets or sets the reported item (source) of series. |
| Sources | list | R | Gets a list of sources for series data.See moreThis information includes the reported item (vcProperty) and its component. Each element in the list is a list that contains these elements: vcProperty property, String expression, vcComponent component, vcVector color, Double thickness. |
| Thickness | list | RW | Gets or sets the display thickness of series as a list of Double values.See moreFor example the line thickness of data collected from different components."; Exceptions: ValueError: When the list contains invalid value. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Deletes this series object. |